Skip to main content

MethodParameter


Description

A description of the method parameter. It is of the type string. It may also be nil. It is read-only, it cannot be assigned to.


Name

The name of the method parameter. It is of the type string. It may also be nil. It is read-only, it cannot be assigned to.


Type

The type of the method parameter. It is of the type string. It may also be nil. It is read-only, it cannot be assigned to.

Luau Type

This is the luau type for MethodParameter. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

type MethodParameter = {
read Type: string?,
read Description: string?,
read Name: string?,
}